google.golang.org/grpc/internal/transport.outStream.itl (field)

13 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L246: 	itl              *itemList
		controlbuf.go#L670: 		itl:    &itemList{},
		controlbuf.go#L694: 			str.itl.enqueue(h)
		controlbuf.go#L706: 		itl:    &itemList{},
		controlbuf.go#L784: 	str.itl.enqueue(df)
		controlbuf.go#L812: 		for head := str.itl.dequeueAll(); head != nil; head = head.next {
		controlbuf.go#L952: 	dataItem := str.itl.peek().(*dataFrame) // Peek at the first data item this stream.
		controlbuf.go#L970: 		str.itl.dequeue() // remove the empty data item from stream
		controlbuf.go#L972: 		if str.itl.isEmpty() {
		controlbuf.go#L974: 		} else if trailer, ok := str.itl.peek().(*headerFrame); ok { // the next item is trailers.
		controlbuf.go#L1044: 		str.itl.dequeue()
		controlbuf.go#L1046: 	if str.itl.isEmpty() {
		controlbuf.go#L1048: 	} else if trailer, ok := str.itl.peek().(*headerFrame); ok { // The next item is trailers.